Developer Documentation

QuickTime 4 API Documentation
QuickTime Music Architecture

| Previous | Chapter Contents | Chapter Top | Next |

Instrument About Information

The instrument About information structure contains the information that appears in the instrument's About box and is returned by the MusicGetInstrumentAboutInfo function [link] . It is defined by the InstrumentAboutInfo data type.

struct InstrumentAboutInfo {
    PicHandle                   p;
    Str255                      author;
    Str255                      copyright;
    Str255                      other;
};
typedef struct InstrumentAboutInfo InstrumentAboutInfo;
p
A handle to a graphic for the About box.

author
The author's name.

copyright
The copyright information.

other
Any other textual information.


© 1999 Apple Computer, Inc.

| Previous | Chapter Contents | Chapter Top | Next |